DataCollection | ComponentOne
C1.DataCollection.BindingList Assembly / C1.DataCollection.BindingList Namespace / C1BindingListDataCollection Class / SortAsync Method / SortAsync(SortDescription[]) Method
The sort descriptions that determine how the data will be sort.

In This Topic
    SortAsync(SortDescription[]) Method
    In This Topic
    Sorts the collection according to the specified sortDescriptions.
    Syntax
    'Declaration
     
    Public Overloads Function SortAsync( _
       ByVal ParamArray sortDescriptions() As SortDescription _
    ) As Task
    public Task SortAsync( 
       params SortDescription[] sortDescriptions
    )

    Parameters

    sortDescriptions
    The sort descriptions that determine how the data will be sort.
    See Also